home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 15: Shareware / PC Actual CDT 15.iso / files / Windows_95_98 / Programacion / ActiveX / NCTWavPlayer.exe / Main / TestGeneral.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-03-06  |  1.3 KB  |  56 lines

  1. #if !defined(AFX_TESTGENERAL_H__BABDEC61_CB44_11D3_996E_F23F9DABC224__INCLUDED_)
  2. #define AFX_TESTGENERAL_H__BABDEC61_CB44_11D3_996E_F23F9DABC224__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // TestGeneral.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CTestGeneral dialog
  12. #include "nctwavplayer.h"
  13.  
  14. class CTestGeneral : public CPropertyPage
  15. {
  16.     DECLARE_DYNCREATE(CTestGeneral)
  17.  
  18. // Construction
  19. public:
  20.     CTestGeneral();
  21.     ~CTestGeneral();
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(CTestGeneral)
  25.     enum { IDD = IDD_PROPPAGE_GENERAL };
  26.     CSpinButtonCtrl    m_ur;
  27.     CEdit    m_tdir;
  28.     //}}AFX_DATA
  29.  
  30.  
  31. // Overrides
  32.     // ClassWizard generate virtual function overrides
  33.     //{{AFX_VIRTUAL(CTestGeneral)
  34.     protected:
  35.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36.     //}}AFX_VIRTUAL
  37.  
  38. // Implementation
  39. protected:
  40.     // Generated message map functions
  41.     //{{AFX_MSG(CTestGeneral)
  42.     virtual BOOL OnInitDialog();
  43.     afx_msg void OnChangeEdit1();
  44.     afx_msg void OnChangeEdit2();
  45.     //}}AFX_MSG
  46.     DECLARE_MESSAGE_MAP()
  47. private:
  48.     CNCTWavPlayer*    m_player;
  49.  
  50. };
  51.  
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54.  
  55. #endif // !defined(AFX_TESTGENERAL_H__BABDEC61_CB44_11D3_996E_F23F9DABC224__INCLUDED_)
  56.